home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 026-050 / scopedisk45 / edible2 / announcement < prev    next >
Text File  |  1995-03-18  |  716b  |  14 lines

  1. If you've ever used ED and have gotten a "File contains binary" error, then
  2. this file is for you.  This is a rewrite of the VERY old EDible program that
  3. is on GEnie.  I didn't have the source code so it's been rewritten from scratch.
  4.  
  5. It will remove CR/LFs from files as most text editors only need LFs.  It
  6. also weeds out most control characters and changes TABs into 8 spaces (cheap
  7. method but works ok).  It also has a BACKSPACE handler that is useful for
  8. capturing an online session on a BBS where you backspaced as it will delete
  9. from the file what was deleted on your screen!
  10.  
  11. This is my first C program I've ever written and the source code is included.
  12. I find it very useful myself and use it all the time!
  13.  
  14.